home *** CD-ROM | disk | FTP | other *** search
/ Die Ultimative Software-P…i Collection 1996 & 1997 / Die Ultimative Software-Pakete CD-ROM fur Atari Collection 1996 & 1997.iso / g / gnu_c / make368b.zoo / make / src / config.h next >
Encoding:
C/C++ Source or Header  |  1993-09-18  |  4.5 KB  |  168 lines

  1. /* config.h.in.  Generated automatically from configure.in by autoheader.  */
  2.  
  3. /* Define if on AIX 3.
  4.    System headers sometimes define this.
  5.    We just want to avoid a redefinition error message.  */
  6. #ifndef _ALL_SOURCE
  7. #undef _ALL_SOURCE
  8. #endif
  9.  
  10. /* Define to empty if the keyword does not work.  */
  11. #undef const
  12.  
  13. /* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.
  14.    This function is required for alloca.c support on those systems.  */
  15. #undef CRAY_STACKSEG_END
  16.  
  17. /* Define for DGUX with <sys/dg_sys_info.h>.  */
  18. #undef DGUX
  19.  
  20. /* Define if you have dirent.h.  */
  21. #define DIRENT
  22.  
  23. /* Define to the type of elements in the array set by `getgroups'.
  24.    Usually this is either `int' or `gid_t'.  */
  25. #define GETGROUPS_T gid_t
  26.  
  27. /* Define if the `getloadavg' function needs to be run setuid or setgid.  */
  28. #undef GETLOADAVG_PRIVILEGED
  29.  
  30. /* Define to `int' if <sys/types.h> doesn't define.  */
  31. #undef gid_t
  32.  
  33. /* Define if you have alloca.h and it should be used (not Ultrix).  */
  34. #undef HAVE_ALLOCA_H
  35.  
  36. /* Define if you have the strcoll function and it is properly defined.  */
  37. #define HAVE_STRCOLL
  38.  
  39. /* Define if `union wait' is the type of the first arg to wait functions.  */
  40. #define HAVE_UNION_WAIT
  41.  
  42. /* Define if you have unistd.h.  */
  43. #define HAVE_UNISTD_H
  44.  
  45. /* Define if you have vfork.h.  */
  46. #undef HAVE_VFORK_H
  47.  
  48. /* Define if on MINIX.  */
  49. #undef _MINIX
  50.  
  51. /* Define if you don't have dirent.h, but have ndir.h.  */
  52. #undef NDIR
  53.  
  54. /* Define if your struct nlist has an n_un member.  */
  55. #undef NLIST_NAME_UNION
  56.  
  57. /* Define if you have nlist.h.  */
  58. #undef NLIST_STRUCT
  59.  
  60. /* Define if your C compiler doesn't accept -c and -o together.  */
  61. #undef NO_MINUS_C_MINUS_O
  62.  
  63. /* Define to `int' if <sys/types.h> doesn't define.  */
  64. #undef pid_t
  65.  
  66. /* Define if the system does not provide POSIX.1 features except
  67.    with this defined.  */
  68. #undef _POSIX_1_SOURCE
  69.  
  70. /* Define if you need to in order for stat and other things to work.  */
  71. #define _POSIX_SOURCE
  72.  
  73. /* Define as the return type of signal handlers (int or void).  */
  74. #define RETSIGTYPE void
  75.  
  76. /* Define if the setvbuf function takes the buffering type as its second
  77.    argument and the buffer pointer as the third, as on System V
  78.    before release 3.  */
  79. #undef SETVBUF_REVERSED
  80.  
  81. /* If using the C implementation of alloca, define if you know the
  82.    direction of stack growth for your system; otherwise it will be
  83.    automatically deduced at run-time.
  84.     STACK_DIRECTION > 0 => grows toward higher addresses
  85.     STACK_DIRECTION < 0 => grows toward lower addresses
  86.     STACK_DIRECTION = 0 => direction of growth unknown
  87.  */
  88. #undef STACK_DIRECTION
  89.  
  90. /* Define if the `S_IS*' macros in <sys/stat.h> do not work properly.  */
  91. #undef STAT_MACROS_BROKEN
  92.  
  93. /* Define if you have the ANSI C header files.  */
  94. #define STDC_HEADERS
  95.  
  96. /* Define if you don't have dirent.h, but have sys/dir.h.  */
  97. #undef SYSDIR
  98.  
  99. /* Define if you don't have dirent.h, but have sys/ndir.h.  */
  100. #undef SYSNDIR
  101.  
  102. /* Define if `sys_siglist' is declared by <signal.h>.  */
  103. #undef SYS_SIGLIST_DECLARED
  104.  
  105. /* Define to `int' if <sys/types.h> doesn't define.  */
  106. #undef uid_t
  107.  
  108. /* Define for Encore UMAX.  */
  109. #undef UMAX
  110.  
  111. /* Define for Encore UMAX 4.3 that has <inq_status/cpustats.h>
  112.    instead of <sys/cpustats.h>.  */
  113. #undef UMAX4_3
  114.  
  115. /* Define if you do not have strings.h, index, bzero, etc..  */
  116. #undef USG
  117.  
  118. /* Define vfork as fork if vfork does not work.  */
  119. #undef vfork
  120.  
  121. /* Define if the closedir function returns void instead of int.  */
  122. #undef VOID_CLOSEDIR
  123.  
  124. /* Define to the name of the SCCS `get' command.  */
  125. #define SCCS_GET "get"
  126.  
  127. /* Define if you have waitpid.  */
  128. #define HAVE_WAITPID
  129.  
  130. /* Define if you have wait3.  */
  131. #define HAVE_WAIT3
  132.  
  133. /* Define if you have the <limits.h> header file.  */
  134. #define HAVE_LIMITS_H
  135.  
  136. /* Define if you have the <sys/param.h> header file.  */
  137. #define HAVE_SYS_PARAM_H
  138.  
  139. /* Define if you have the <fcntl.h> header file.  */
  140. #define HAVE_FCNTL_H
  141.  
  142. /* Define if you have the <string.h> header file.  */
  143. #define HAVE_STRING_H
  144.  
  145. /* Define if you have the <memory.h> header file.  */
  146. #define HAVE_MEMORY_H
  147.  
  148. /* Define if you have the <mach/mach.h> header file.  */
  149. #undef HAVE_MACH_MACH_H
  150.  
  151. /* Define if you have the <sys/wait.h> header file.  */
  152. #define HAVE_SYS_WAIT_H
  153.  
  154. /* Define if you have the util library (-lutil).  */
  155. #undef HAVE_UTIL
  156.  
  157. /* Define if you have the getloadavg library (-lgetloadavg).  */
  158. #undef HAVE_GETLOADAVG
  159.  
  160. /* Define if you have the dgc library (-ldgc).  */
  161. #undef HAVE_DGC
  162.  
  163. /* Define if you have the elf library (-lelf).  */
  164. #undef HAVE_ELF
  165.  
  166. /* Define if you have the seq library (-lseq).  */
  167. #undef HAVE_SEQ
  168.